OnClientItemsSourceChanging Property
In This Topic
Occurs after the grid has been bound to a new items source.
Syntax
'Declaration
Public Property OnClientItemsSourceChanging As System.String
'Usage
Dim instance As FlexGridBase(Of T)
Dim value As System.String
instance.OnClientItemsSourceChanging = value
value = instance.OnClientItemsSourceChanging
public System.string OnClientItemsSourceChanging {get; set;}
public read-write property OnClientItemsSourceChanging: System.String;
public function get,set OnClientItemsSourceChanging : System.String
public: __property System.string* get_OnClientItemsSourceChanging();
public: __property void set_OnClientItemsSourceChanging(
System.string* value
);
public:
property System.String^ OnClientItemsSourceChanging {
System.String^ get();
void set ( System.String^ value);
}
See Also